home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / -commercial- / tp704_e / tpupdate.script < prev    next >
Text File  |  1999-05-24  |  814b  |  27 lines

  1. echo "TPUpdate V7.04"
  2. echo "---------------"
  3. echo "This script will update Turboprint 7.0x to 7.04."
  4. echo "Please read the ReadMe file for changes."
  5. echo ""
  6. echo "You can either update Turboprint on your hard disk"
  7. echo "or update a Turboprint boot disk that has been created"
  8. echo "for use on a system not equipped with a hard disk."
  9. echo "If no Turboprint boot disk is inserted, a Turboprint"
  10. echo "Installation on your hard disk will be updated."
  11. echo ""
  12. ask "Do you want to continue (Y=Yes / N=No)?"
  13. if warn
  14.   echo "Yes"
  15.   copy turbo turboprint:turbo all
  16.   copy printers turboprint:printers all
  17.   copy drivers turboprint:drivers all
  18.   copy colors turboprint:colors all
  19.   copy turbospool turboprint:
  20.   copy graphicspublisher turboprint:
  21.   echo "Patch completed."
  22. else
  23.   echo "No"
  24.   echo "Patch aborted."
  25. endif
  26.  
  27.